home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
t3dsrc.lha
/
writeoff_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-30
|
579b
|
26 lines
/* Prototypes for functions defined in
writeoff.c
*/
static void send_XYZ(XYZ_st * f);
static void send_RGB(RGB_st * rgb);
extern int geom_flag;
int write_OFF(WORLD * world,
char * name,
int splitflag,
int geom_only);
static void count_points_faces(register OBJECT * object,
unsigned long * points,
unsigned long * faces);
static void process_points_DESC(OBJECT * object);
static void process_faces_DESC(OBJECT * object);
static void process_DESC(OBJECT * object);